Skip to content

Fix npm start#5586

Merged
compulim merged 1 commit intomainfrom
fix-npm-start
Sep 19, 2025
Merged

Fix npm start#5586
compulim merged 1 commit intomainfrom
fix-npm-start

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Sep 19, 2025

Fixes #

Changelog Entry

Description

npm start is broken after PR #5584. This PR is fixing it.

If npm run build:validate exited, it will exit everything in npm start, causing npm start to stop.

Specific Changes

  • npm start runs npm run build:tsup only
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review September 19, 2025 03:15
@compulim compulim enabled auto-merge (squash) September 19, 2025 03:17
@compulim compulim merged commit 47373eb into main Sep 19, 2025
28 checks passed
@compulim compulim deleted the fix-npm-start branch September 19, 2025 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants